Class ModuleNode
java.lang.Object
edu.claflin.finder.logic.Node
edu.claflin.finder.algo.clustering.struct.infomap_struct.ModuleNode
- All Implemented Interfaces:
Comparable<Node>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModuleNode(Node node) ModuleNode(String identifier) Initializes the Node object. -
Method Summary
Methods inherited from class edu.claflin.finder.logic.Node
addEdge, compareTo, duplicate, equals, getDegree, getEdge, getEdges, getFreq, getIdentifier, getIntegerIdentifier, getNeighbors, getWeight, hashCode, incrementFreq, removeEdge, setIntegerIdentifier, toString
-
Field Details
-
members
-
-
Constructor Details
-
ModuleNode
Initializes the Node object.- Parameters:
identifier- the String representing the Node's identifier.
-
ModuleNode
-
-
Method Details
-
getMembers
-
addMember
-
removeMember
-
isModule
public boolean isModule()
-